home *** CD-ROM | disk | FTP | other *** search
/ Softdisk for Windows 40 / Softdisk for Windows 40.iso / SDWIN.SDW < prev    next >
Encoding:
Text File  |  1997-12-15  |  6.4 KB  |  287 lines

  1. ;-----------------------------------------------------------------------------------------------
  2. ; Softdisk for Windows CD-ROM Edition #040 script file
  3. ; version 1.00
  4. ; rev 3
  5. ;-----------------------------------------------------------------------------------------------
  6.  
  7. ;-----------------------------------------------------------------------------------------------
  8. $DOC
  9. SOFTDISKWINDOWS
  10. 1
  11. 0
  12. 5
  13. 1
  14. 1.00r3
  15. $EOC
  16. ;-----------------------------------------------------------------------------------------------
  17.  
  18. ;-----------------------------------------------------------------------------------------------
  19. $ABOUT
  20. Softdisk for Windows #40
  21. John Zucco
  22. 1.00r3
  23. Copyright 1998, Softdisk Publishing
  24. $EOC
  25. ;-----------------------------------------------------------------------------------------------
  26.  
  27. ;-----------------------------------------------------------------------------------------------
  28. $ISSUE
  29. 040
  30. $EOC
  31. ;-----------------------------------------------------------------------------------------------
  32.  
  33. ;-----------------------------------------------------------------------------------------------
  34. ; Main screen parameters
  35. ; Line 1 : Title position X
  36. ; Line 2 : Title position Y
  37. ; Line 3 : text color (0-15 DOS standard)
  38. ; Line 4 : Solid title (Y/N)
  39. ; Line 5 : Floppy Version (Y/N)
  40. ; Line 6 : Show Program Labels (Y/N)
  41. ;-----------------------------------------------------------------------------------------------
  42. $MAINSCREEN
  43. 10
  44. 77
  45. 15
  46. Y
  47. N
  48. N
  49. $EOC
  50.  
  51. ;-----------------------------------------------------------------------------------------------
  52. ; Feature Items (up to 8 plus Enhancements and Think Tank (10 total))
  53. ; Line 1 : Number of Feature Items ( include Enhancements and Think Tank  )
  54. ; Line 2 : Feature Title
  55. ; Line 3 : Feature Directory ( NIL for none )
  56. ; Line 4 : Feature Filename ( NIL for none )
  57. ; Line 5 : (u)tility, (n)hancement, (p)roductivity, (g)ame, (e)ducation, (t)hink tank
  58.             (e)ducation pu(z)zle
  59. ; Line 6 : X position
  60. ; Line 7 : Y position
  61. ; Line 8 : width
  62. ; Line 9 : height 
  63. ;        : Repeat 2-9
  64. ;-----------------------------------------------------------------------------------------------
  65. $FEATUREITEMS
  66. 8
  67. Disc Directory
  68. \DISCDIR
  69. DISCDIR.EXE
  70. 1
  71. 48
  72. 194
  73. 29
  74. 29
  75. Secrets to a Happy Car
  76. \HAPPYCAR
  77. HAPPYCAR.HTM
  78. 2
  79. 48
  80. 225
  81. 29
  82. 29
  83. Pix'em
  84. \PIXEM
  85. PIXEM.EXE
  86. 3
  87. 48
  88. 254
  89. 29
  90. 29
  91. Pair It
  92. \PAIRIT
  93. PAIRIT.EXE
  94. 4
  95. 48
  96. 284
  97. 29
  98. 29
  99. Paragon
  100. \PARAGN40
  101. PARAGON.EXE
  102. 5
  103. 48
  104. 315
  105. 29
  106. 29
  107. The Last Express Demo
  108. \EXPDEMO
  109. EXPRESSW.EXE
  110. 7
  111. 48
  112. 407
  113. 29
  114. 29
  115. Enhancements
  116. NIL
  117. NIL
  118. 6
  119. 48
  120. 344
  121. 29
  122. 29
  123. Think Tank
  124. NIL
  125. NIL
  126. t
  127. 48
  128. 376
  129. 29
  130. 29
  131. $EOC
  132. ;-----------------------------------------------------------------------------------------------
  133.  
  134. ;----------------------------------------------------------------------------------------
  135. ; Think Tank files
  136. ; Line 1  : Number of articles
  137. ; Line 2  : Name
  138. ; Line 3  : Filename (don't include extension (should be xxx issue digits))
  139. ;         : Repeat 2-3
  140. ;----------------------------------------------------------------------------------------
  141. $THINKTANK
  142. 8
  143. Table of Contents
  144. TCONTENT
  145. Editorial
  146. TEDITOR
  147. Online Journeys
  148. TONLINE
  149. Surfin' the Net
  150. TSURFING
  151. Hints and Tips
  152. THINTS
  153. Mailbag
  154. TMAILBAG
  155. Contests and Specials
  156. TCONTEST
  157. Coming Attractions
  158. TCOMING
  159. $EOC
  160.  
  161. ;-----------------------------------------------------------------------------------------------
  162. ; Wallpaper Enhancements
  163. ; Line 1  : Number of wallpapers
  164. ; Line 2- : Wallpaper filenames (*.bmp)
  165. ;-----------------------------------------------------------------------------------------------
  166. $WALLPAPERS
  167. 22
  168. 0160_256.BMP
  169. 0161_256.BMP
  170. 0162_256.BMP
  171. 0163_256.BMP
  172. 0164_256.BMP
  173. 0165_256.BMP
  174. 0166_256.BMP
  175. 0167_256.BMP
  176. 0168_256.BMP
  177. 0169_256.BMP
  178. MOUT_256.BMP
  179. 0160_HI.BMP
  180. 0161_HI.BMP
  181. 0162_HI.BMP
  182. 0163_HI.BMP
  183. 0164_HI.BMP
  184. 0165_HI.BMP
  185. 0166_HI.BMP
  186. 0167_HI.BMP
  187. 0168_HI.BMP
  188. 0169_HI.BMP
  189. MOUT_HI.BMP
  190. $EOC
  191.  
  192. ;-----------------------------------------------------------------------------------------------
  193. ; Sound Enhancements
  194. ; Line 1  : Number of Sounds
  195. ; Line 2- : Sound filenames (*.wav)
  196. ;-----------------------------------------------------------------------------------------------
  197. $SOUNDS
  198. 11
  199. CARCRASH.WAV
  200. CARSTART.WAV
  201. COUGH1.WAV
  202. COUGH2.WAV
  203. MATCHLIT.WAV
  204. SKATE.WAV
  205. SNEEZE1.WAV
  206. SNEEZE2.WAV
  207. WIND1.WAV
  208. WIND2.WAV
  209. WOLF.WAV
  210. $EOC
  211.  
  212. ;-----------------------------------------------------------------------------------------------
  213. ; Clip Art Files
  214. ; Line 1  : Number of Clip Art Files
  215. ; Line 2- : Clip Art Filenames (*.pcx)
  216. ;-----------------------------------------------------------------------------------------------
  217. $CLIPART
  218. 15
  219. 0001w040.pcx
  220. 0002w040.pcx
  221. 0003w040.pcx
  222. 0004w040.pcx
  223. 0005w040.pcx
  224. 0006w040.pcx
  225. 0007w040.pcx
  226. 0008w040.pcx
  227. 0009w040.pcx
  228. 0010w040.pcx
  229. 0011w040.pcx
  230. 0012w040.pcx
  231. 0013w040.pcx
  232. 0014w040.pcx
  233. 0015w040.pcx
  234. $EOC
  235.  
  236. ;-----------------------------------------------------------------------------------------------
  237. ; Screen Saver Files
  238. ; Line 1  : Number of Screen Savers
  239. ; Line 2- : Filename of Screen savers
  240. ;-----------------------------------------------------------------------------------------------
  241. $SAVERS
  242. 1
  243. SNOWSCN.SCR
  244. $EOC
  245.  
  246. ;-----------------------------------------------------------------------------------------------
  247. ; Icon Files
  248. ; Line 1  : Number of Icon Files
  249. ; Line 2- : Name of Icon files
  250. ;-----------------------------------------------------------------------------------------------
  251. $ICONS
  252. 1
  253. ICONS040.DLL
  254. $EOC
  255.  
  256. ;-----------------------------------------------------------------------------------------------
  257. ; Font Files
  258. ; Line 1  : Number of Font Files (font family)
  259. ; Line 2- : Name of Fonts
  260. ;-----------------------------------------------------------------------------------------------
  261. $FONTS
  262. 1
  263. HalfBaked
  264. $EOC
  265.  
  266. ;-----------------------------------------------------------------------------------------------
  267. ; Super Crossword File
  268. ; Line 1  : Number of Crossword files
  269. ; Line 2- : Name of files (*.CWD)
  270. ;-----------------------------------------------------------------------------------------------
  271. $CROSSWORD
  272. 2
  273. CANDY.CWD
  274. LIKEHOT.CWD
  275. $EOC
  276.  
  277. ;-----------------------------------------------------------------------------------------------
  278. ; Screen Saver Project Files
  279. ; Line 1  : Number of Screen Saver Projects
  280. ; Line 2- : Filename of Screen Saver Projects
  281. ;-----------------------------------------------------------------------------------------------
  282. $SSPROJECTS
  283. 1
  284. SNOWSCN.SSP
  285. $EOC
  286.  
  287.